home *** CD-ROM | disk | FTP | other *** search
/ ftp.funduc.com / 2014.08.ftp.funduc.com.tar / ftp.funduc.com / setupai.exe / {app} / AIScript.txt next >
Text File  |  2009-09-08  |  4KB  |  107 lines

  1. # APPLICATION INVENTORY SCRIPT
  2. # Version 3.0
  3. # Funduc Software Inc 
  4. # www.funduc.com  www.searchandreplace.com
  5.  
  6. # Notes: 
  7. # - The [Settings] section tag MUST be present. 
  8. # - Only one scan can be performed per script.  If you need to 
  9. #   do several scans, use a separate script for each scan.
  10. # - # is the comment character.  It MUST go in column 1.
  11. # - All switches and the [Settings] tag MUST begin in column 1
  12. # - You MUST specify an output file of some kind or the program 
  13. #   will run and do nothing!!
  14.  
  15.  
  16. [Settings]
  17.  
  18. # ** PATH(S) TO SCAN **
  19. # Use the Drives= switch to specify the path(s) to scan.  
  20. # Multiple paths can be separated by the ; character.  
  21. # If Drives= is not specified. all available drives 
  22. # for the machine are scanned.
  23. Drives=c:\;d:\test
  24.  
  25. # ** PATH(S) TO EXCLUDE **
  26. # Use the optional Filter Paths= switch to exclude one 
  27. # or more paths from the scan.  This is the same thing 
  28. # as the Options|Filters "Filter Paths" field in the GUI.
  29. Filter Paths=c:\Windows;D:\System Volume Information;c:\System Volume Information
  30.  
  31. # ** SHORTCUT FILTER(S) **
  32. # Use the optional Filter Shortcut Paths= switch to exclude
  33. # one or more paths from the scan for shortcuts.  By default
  34. # the program searches all available paths when looking for 
  35. # lnk shortcut references.  Separate multiple paths to skip 
  36. # with the ; character.
  37. Filter Shortcut Paths=c:\Windows;D:\System Volume Information;c:\System Volume Information
  38.  
  39. # ** FILE EXTENSION(S) **
  40. # By default the program searches .exe files.  You can 
  41. # change this with the optional Search extension= switch.
  42. # Only one extension can be used per run so if you have 
  43. # several you want to check, do a separate operation for
  44. # each extension.
  45. Search extension=.exe
  46.  
  47. # ** STRING FILTER(S) **
  48. # Use the optional String Filter= and String Filter Flag=
  49. # switches to filter the ouput by string.  String Filter=
  50. # is used to specify the string(s).  Only one string can 
  51. # be considered per run so if you have multiple strings
  52. # to scan for, do one string per run.
  53. # String Filter Flag= has three possible values:
  54. #   0 = Do not consider strings
  55. #   1 = Exclude apps that do NOT contain the strings 
  56. #   2 = Include only apps that DO contain the strings
  57. # These two switches are the same as the Options|Filters - 
  58. # "Strings to search for" fields in the GUI.
  59. String Filter=Funduc Software
  60. String Filter Flag=0
  61.  
  62. # ** COLUMNS TO LIST **
  63. # Use the optional Columns= switch to control which 
  64. # fields (and in which order) are listed in the output 
  65. # file.  The columns are the same as those in 
  66. # Options|Columns in the GUI.  If the switch is omitted, 
  67. # all fields are output.  The order can be changed by 
  68. # positioning the numbers as you like.  The columns are:
  69. #   0 = Application        1 = Version
  70. #   2 = Date/Time          3 = Size
  71. #   4 = Company            5 = Path
  72. #   6 = File Description   7 = Internal Name
  73. #   8 = Copyright          9 = Original File Name
  74. #  10 = Product Name      11 = Product Version
  75. Columns=0;1;2;3;4;5
  76.  
  77. # ** SORT RESULTS **
  78. # Use the Sort Column= switch to control which column 
  79. # to sort by.  Use the number codes above.  Only one
  80. # sort is possible so do not specify more than one 
  81. # number.
  82. Sort Column=2
  83.  
  84. # ** ASCENDING/DESCENDING SORT **
  85. # Use the Ascending= switch to control which order
  86. # to sort by. Ascending=0 is descending.
  87. Ascending=1
  88.  
  89. # ** OUTPUT FILE **
  90. # You must include this switch or nothing will be output
  91. # Surround paths with spaces with " characters.
  92. Output File=D:\AIResults\AIScriptOutput1.txt
  93.  
  94. # ** APPEND VS OVERWRITE OUTPUT **
  95. # Use the Append to Output= switch to control overwrite
  96. # vs. for the output dump.  Append to Output=0 overwrite.
  97. Append to Output=1
  98.  
  99. # ** OUTPUT DELIMITER **
  100. # Use the optional Delimiter= switch to use something other 
  101. # the \t (tab) to delimit the ouput report.  You can specify
  102. # multiple characters if you like.
  103. Delimiter=|
  104.  
  105. # ** QUOTED STRING **
  106. Quoted strings=1